home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960715-19961006 / 000304_news@columbia.edu _Fri Sep 6 10:29:07 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: news@columbia.edu
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id KAA13234 for <kermit.misc@watsun.cc.columbia.edu>; Fri, 6 Sep 1996 10:29:05 -0400 (EDT)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.7.5/8.7.3) id JAA05880 for kermit.misc@watsun; Fri, 6 Sep 1996 09:40:31 -0400 (EDT)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: ~w question
  8. Date: 6 Sep 1996 13:40:11 GMT
  9. Organization: Columbia University
  10. Lines: 11
  11. Message-ID: <50p9jr$1b7@apakabar.cc.columbia.edu>
  12. References: <Dx9pF5.L12@boss.cs.ohiou.edu>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14.  
  15. In article <Dx9pF5.L12@boss.cs.ohiou.edu>,
  16. Richard Allen Coss <rc109092@oak.cats.ohiou.edu> wrote:
  17. : The question was how exactly do I specify how long to wait for a desired
  18. : string.  I've been trying something similar to ~w99< to wait for a "<"
  19. : prompt but the specified interval of time isn't quite long enough.  It seems
  20. : that C-kermit wont recognize numbers larger than 2 digits.  How do I increase
  21. : the wait or make C-kermit wait indefinitely until the desired string arrives?
  22. Use INPUT instead of SCRIPT.  You can give any timeout at all to INPUT.
  23.  
  24. - Frank